C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,Int32)
The group item.
The index of the group inside the collection of groups.


In This Topic
GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,Int32)
In This Topic
Initializes a new instance of the GridGroupRow class.
Syntax
'Declaration
 
Public Function New( _
   ByVal group As C1.DataCollection.IDataCollectionGroup(Of Object,Object), _
   ByVal index As Integer _
)
 
'Usage
 
Dim group As C1.DataCollection.IDataCollectionGroup(Of Object,Object)
Dim index As Integer
 
Dim instance As New GridGroupRow(group, index)

Parameters

group
The group item.
index
The index of the group inside the collection of groups.
See Also